body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
input,
ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
}
@font-face {font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1484906394129'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1484906394129#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?t=1484906394129') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf?t=1484906394129') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1484906394129#iconfont') format('svg'); /* iOS 4.1- */
}
body{
    font-size: 14px;
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*头部样式*/
.top_border{
    border-bottom: 2px solid #5776B3;
}
.top{
    height: 100px;
    width: 80%;
    padding: 20px 0;
    margin: 0 auto;
}
.top .img_i{
    width: 156px;
    height: 60px;
    display: inline-block;
}
img{
    display: block;
    width: auto;
    height: 100%;
}
.top .company{
    color: #5775b2;
    font-size: 28px;
    font-weight: bold;
}
.footer{
    width: 100%;
    height: 100px;
    background: #5775b2;
}
.main{
    width: 80%;
    margin: 40px auto 0;
    height: calc(100vh - 240px);
    min-height: 480px;
    color: #5775b2;
}
.main .fixed_width{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.main .img_div{
    width: 500px;
    height: 400px;
    float: left;
}
.main .info{
    width: 360px;
    background: #ffffff;
    box-shadow: 0 0 29px 0 rgba(87, 117, 178, 0.34);
    border: solid 1px #d7e0f1;
    border-radius: 1px;
    padding: 30px;
    float: right;
    box-sizing: border-box;
}
.main .info .title{
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}
.main .input_div{
    height: 40px;
    border-radius: 3px;
    background-color: #f8f8f8;
    padding: 0 10px;
    box-shadow: 0 0 10px rgba(87, 117, 178, 0.34) inset;
    margin-bottom: 20px;
}
.main .login_input{
    background: transparent;
    border: none;
    width: 91%;
    height: 100%;
    color: #5775b2;
    font-size: 14px;
}
.main .login_input:focus{
    border: none;
    outline:none
}
.main .iconfont{
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.remember{
    font-size: 12px;
    cursor: pointer;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.login_btn{
    height: 40px;
    font-size: 14px;
    margin: 30px 0;
    background-color: #5775b2;
    border: none;
    color: #fff;
}
.contact{
    font-size: 12px;
    text-align: center;
    display: block;
}
.contact:hover{
    text-decoration: none;
}
.error_alert{
    background: #FDE3E3;
    border: 1px solid #f56e6e;
    padding: 7px 15px;
}
.success_alert{
    padding: 7px 15px;
}

input::input-placeholder{
    color: #b2bfd5  ;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #b2bfd5 ;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  #b2bfd5 ;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  #b2bfd5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #b2bfd5 ;
}



























